home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / Demo Software / RagTime Demo / Printer / APPLE230.PPD next >
Text File  |  1989-04-14  |  8KB  |  278 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter" version 23.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 45
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 008493 or 008770
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(LaserWriter)"
  19. *PSVersion: "(23.0) 0"
  20. *NickName: "Apple LaserWriter v23.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "173936"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *%Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {dup mul exch dup mul add 1.0 exch sub }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94.  
  95. *% Paper Handling ===================
  96.  
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion or PaperTray.
  99. *DefaultPageSize: Letter
  100. *PageSize Letter: "letter"
  101. *PageSize Legal: "legal"
  102. *PageSize Note: "note"
  103. *?PageSize: "
  104.  save statusdict begin
  105.   /pagetype where { pop
  106.     [(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush
  107.   }{
  108.     (Unknown) = flush
  109.   }ifelse
  110.  end restore
  111. "
  112. *End
  113.  
  114. *% These entries will set up the frame buffer. Usually used with manual feed.
  115. *DefaultPageRegion: Letter
  116. *PageRegion Letter: "letter"
  117. *PageRegion Legal: "legal"
  118. *PageRegion Note: "note"
  119.  
  120. *DefaultPaperTray: None
  121.  
  122. *% The following entries provide information about specific paper keywords.
  123. *DefaultImageableArea: Letter
  124. *ImageableArea Letter: "18 8 593 784 "
  125. *ImageableArea Legal: "65 42 547 966 "
  126. *ImageableArea Note: "30 31 582 761 "
  127. *?ImageableArea: "
  128.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  129.   newpath clippath pathbbox
  130.   4 -2 roll exch 2 {ceiling cvp} repeat
  131.   exch 2 {floor cvp} repeat flush
  132.  restore
  133. "
  134. *End
  135.  
  136. *% These provide the physical dimensions of the paper (by keyword)
  137. *DefaultPaperDimension: Letter
  138. *PaperDimension Letter: "612 792"
  139. *PaperDimension Legal: "612 1008"
  140. *PaperDimension Note: "612 792"
  141.  
  142. *DefaultOutputBin: Upper
  143. *DefaultInputSlot: None
  144.  
  145. *DefaultManualFeed: False
  146. *?ManualFeed: "statusdict /manualfeed get
  147.  {(True)}{(False)}ifelse = flush"
  148. *End
  149. *ManualFeed True: "statusdict begin /manualfeed true store end"
  150. *ManualFeed False: "statusdict begin /manualfeed false store end"
  151.  
  152. *DefaultOutputOrder: Reverse
  153.  
  154. *DefaultCollator: None
  155. *DefaultSorter: None
  156. *DefaultDuplex: None
  157.  
  158. *% Font Information =====================
  159.  
  160. *DefaultFont: Courier
  161. *Font Courier: Standard "(001.000)"
  162. *Font Courier-Bold: Standard "(001.000)"
  163. *Font Courier-BoldOblique: Standard "(001.000)"
  164. *Font Courier-Oblique: Standard "(001.000)"
  165. *Font Helvetica: Standard "(001.001)"
  166. *Font Helvetica-Bold: Standard "(001.001)"
  167. *Font Helvetica-BoldOblique: Standard "(001.000)"
  168. *Font Helvetica-Oblique: Standard "(001.000)"
  169. *Font Symbol: Special "(001.001)"
  170. *Font Times-Bold: Standard "(001.001)"
  171. *Font Times-BoldItalic: Standard "(001.001)"
  172. *Font Times-Italic: Standard "(001.001)"
  173. *Font Times-Roman: Standard "(001.000)"
  174. *?FontQuery: "
  175. save  2 dict begin /sv exch def
  176. /str 128 string def
  177. {
  178.   count 0 gt {
  179.     dup str cvs (/) print print (:) print    
  180.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  181.   }{ exit } ifelse
  182. } bind loop
  183. (*) = flush
  184. sv end restore
  185. "
  186. *End
  187.  
  188. *?FontList: "
  189. FontDirectory { pop == } bind flush forall 
  190. (*) = flush
  191. "
  192. *End
  193.  
  194. *% Printer Messages (verbatim from printer):
  195. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  196. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  197. *Message: "\FontName\ not found, using Courier"
  198.  
  199. *% Status (format: %%[ status: <one of these> ]%% )
  200. *Status: "idle"
  201. *Status: "busy"
  202. *Status: "waiting"
  203. *Status: "printing"
  204. *Status: "PrinterError: timeout, clearing printer"
  205. *Status: "PrinterError: timeout"
  206. *Status: "PrinterError: paper entry misfeed"
  207. *Status: "PrinterError: no toner cartridge"
  208. *Status: "PrinterError: service call"
  209. *Status: "PrinterError: paper entry misfeed"
  210. *Status: "PrinterError: no paper tray"
  211. *Status: "PrinterError: out of paper"
  212. *Status: "PrinterError: cover open"
  213. *Status: "PrinterError: resetting printer"
  214. *Status: "PrinterError: manual feed timeout"
  215. *%PrinterError: "warming up"
  216.  
  217. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  218. *Source: "serial9"
  219. *Source: "serial25"
  220. *Source: "AppleTalk"
  221.  
  222. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  223. *PrinterError: "timeout, clearing printer"
  224. *PrinterError: "timeout"
  225. *PrinterError: "paper entry misfeed"
  226. *PrinterError: "no toner cartridge"
  227. *PrinterError: "service call"
  228. *PrinterError: "paper entry misfeed"
  229. *PrinterError: "no paper tray"
  230. *PrinterError: "out of paper"
  231. *PrinterError: "cover open"
  232. *PrinterError: "resetting printer"
  233. *PrinterError: "manual feed timeout"
  234. *%PrinterError: "warming up"
  235.  
  236.  
  237. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  238.  
  239. *% Color Separation Information =====================
  240.  
  241. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  242.  
  243. *InkName: ProcessBlack/Process Black
  244. *InkName: CustomColor/Custom Color
  245. *InkName: ProcessCyan/Process Cyan
  246. *InkName: ProcessMagenta/Process Magenta
  247. *InkName: ProcessYellow/Process Yellow
  248.  
  249. *% For 60 lpi / 300 dpi =====================================================
  250.  
  251. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  252. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  253. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  254. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  255. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  256.  
  257. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  258. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  259. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  260. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  261. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  262.  
  263. *% For 53 lpi / 300 dpi =====================================================
  264.  
  265. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  266. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  267. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  268. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  269. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  270.  
  271. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  272. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  273. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  274. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  275. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  276.  
  277. *% end of PPD file for LaserWriter
  278.